ocr: One Exception and Done Exception MovesProcessing to Next Statement BEGIN BEGIN DELETE DELETE FROM tablet; FROM table1; EXCEPTION DELEIE WHEN OTHEAS THEN NULL; FROV table2; END; EXCEPTION BEGIN END; DELETE FRON table2; EXCEPTION VHEN OTHERS THEN NULL; END; Figure 10: Two approaches to sequential DELETE statements.